- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
🐛 Fixes invalid invitation link #7017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Fixes invalid invitation link #7017
Conversation
501a0dc    to
    3cd1b6a      
    Compare
  
    
          
 | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! 👍
          Codecov ReportAttention: Patch coverage is  
 Additional details and impacted files@@            Coverage Diff             @@
##           master    #7017      +/-   ##
==========================================
- Coverage   86.90%   82.58%   -4.32%     
==========================================
  Files        1637      674     -963     
  Lines       64487    32497   -31990     
  Branches     2029      262    -1767     
==========================================
- Hits        56042    26838   -29204     
+ Misses       8109     5599    -2510     
+ Partials      336       60     -276     
 
 Continue to review full report in Codecov by Sentry. 
  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
        
          
                services/web/server/src/simcore_service_webserver/invitations/_client.py
          
            Show resolved
            Hide resolved
        
      There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌



What do these changes do?
Isse ITISFoundation/osparc-issues#1792 is not caused by chinese characters but rather by an invalid invitation link (probably some characters missing after copy/paste?). This might be due to many reasons. Since we lack sufficient information in the logs to identify the root cause, we used this PR as an opportunity to enhance error handling and add more detailed logging to help diagnose the problem if it occurs again.
webserver/invitationsdomaininvitationsservice:Related issue/s
How to test
Dev-ops
None